home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINPROGS
/
GC101B.ZIP
/
TELENET.SCR
< prev
next >
Wrap
Text File
|
1992-09-30
|
318b
|
30 lines
;
; (((( CONNECT TO COMPUSERVE VIA TELENET.SCR )))
;
; wait a second for noise to clear..
;
;
Pause 1
;
; Send a few CR's
;
SEND ^M
SEND ^M
;
; Wait for PLEASE LOG IN:
;
WAIT TERMINAL =
SEND D1^M
;
; Wait for @:
;
WAIT @
SEND C 614227^M
;
; end the script and resume normal logon??
;